WARNING: This program has a bug, which means we need to fix it!
RULE: Programs run in order from top to bottom. The program can't run a function that hasn't been created yet!
- Click Run and read the error message.
- Debug the program by calling the function AFTER the function is defined.
To navigate the page using the TAB key, first press ESC to exit the code editor.